var vendor/golang.org/x/sys/cpu.options

11 uses

	vendor/golang.org/x/sys/cpu (current package)
		cpu.go#L233: var options []option
		cpu.go#L277: 			for i := range options {
		cpu.go#L278: 				options[i].Specified = true
		cpu.go#L279: 				options[i].Enable = enable || options[i].Required
		cpu.go#L284: 		for i := range options {
		cpu.go#L285: 			if options[i].Name == key {
		cpu.go#L286: 				options[i].Specified = true
		cpu.go#L287: 				options[i].Enable = enable
		cpu.go#L295: 	for _, o := range options {
		cpu_x86.go#L14: 	options = []option{